• frmAdvanceEntryRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAdvanceEntryRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdvanceEntryRecord))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Total = New System.Windows.Forms.GroupBox()
33         Me.TotalAdvance = New System.Windows.Forms.TextBox()
34         Me.groupBox3 = New System.Windows.Forms.GroupBox()
35         Me.Button1 = New System.Windows.Forms.Button()
36         Me.DateTo = New System.Windows.Forms.DateTimePicker()
37         Me.DateFrom = New System.Windows.Forms.DateTimePicker()
38         Me.label7 = New System.Windows.Forms.Label()
39         Me.label9 = New System.Windows.Forms.Label()
40         Me.groupBox5 = New System.Windows.Forms.GroupBox()
41         Me.txtStaffName = New System.Windows.Forms.TextBox()
42         Me.Panel5 = New System.Windows.Forms.Panel()
43         Me.btnExportExcel = New System.Windows.Forms.Button()
44         Me.btnClose = New System.Windows.Forms.Button()
45         Me.btnReset = New System.Windows.Forms.Button()
46         Me.dgw = New System.Windows.Forms.DataGridView()
47         Me.Panel2 = New System.Windows.Forms.Panel()
48         Me.Label1 = New System.Windows.Forms.Label()
49         Me.lblSet = New System.Windows.Forms.Label()
50         Me.Panel1.SuspendLayout()
51         Me.Total.SuspendLayout()
52         Me.groupBox3.SuspendLayout()
53         Me.groupBox5.SuspendLayout()
54         Me.Panel5.SuspendLayout()
55         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
56         Me.Panel2.SuspendLayout()
57         Me.SuspendLayout()
58         
'
59         
'Panel1
60         
'
61         Me.Panel1.BackColor = System.Drawing.Color.White
62         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
63         Me.Panel1.Controls.Add(Me.Total)
64         Me.Panel1.Controls.Add(Me.groupBox3)
65         Me.Panel1.Controls.Add(Me.groupBox5)
66         Me.Panel1.Controls.Add(Me.Panel5)
67         Me.Panel1.Controls.Add(Me.dgw)
68         Me.Panel1.Controls.Add(Me.Panel2)
69         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
70         Me.Panel1.Name =
"Panel1"
71         Me.Panel1.Size = New System.Drawing.Size(
923, 559)
72         Me.Panel1.TabIndex =
2
73         
'
74         
'Total
75         
'
76         Me.Total.Controls.Add(Me.TotalAdvance)
77         Me.Total.Location = New System.Drawing.Point(
650, 153)
78         Me.Total.Name =
"Total"
79         Me.Total.Size = New System.Drawing.Size(
169, 63)
80         Me.Total.TabIndex =
45
81         Me.Total.TabStop = False
82         Me.Total.Text =
"Total Advance"
83         Me.Total.Visible = False
84         
'
85         
'TotalAdvance
86         
'
87         Me.TotalAdvance.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
88         Me.TotalAdvance.Location = New System.Drawing.Point(
16, 25)
89         Me.TotalAdvance.Name =
"TotalAdvance"
90         Me.TotalAdvance.Size = New System.Drawing.Size(
139, 20)
91         Me.TotalAdvance.TabIndex =
10
92         
'
93         
'groupBox3
94         
'
95         Me.groupBox3.Controls.Add(Me.Button1)
96         Me.groupBox3.Controls.Add(Me.DateTo)
97         Me.groupBox3.Controls.Add(Me.DateFrom)
98         Me.groupBox3.Controls.Add(Me.label7)
99         Me.groupBox3.Controls.Add(Me.label9)
100         Me.groupBox3.Location = New System.Drawing.Point(
235, 75)
101         Me.groupBox3.Name =
"groupBox3"
102         Me.groupBox3.Size = New System.Drawing.Size(
383, 77)
103         Me.groupBox3.TabIndex =
44
104         Me.groupBox3.TabStop = False
105         Me.groupBox3.Text =
"Entry Date"
106         
'
107         
'Button1
108         
'
109         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
110         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
111         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
112         Me.Button1.Location = New System.Drawing.Point(
289, 42)
113         Me.Button1.Name =
"Button1"
114         Me.Button1.Size = New System.Drawing.Size(
82, 20)
115         Me.Button1.TabIndex =
46
116         Me.Button1.Text =
"Search"
117         Me.Button1.UseVisualStyleBackColor = True
118         
'
119         
'DateTo
120         
'
121         Me.DateTo.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
122         Me.DateTo.CustomFormat =
"dd/MMM/yyyy"
123         Me.DateTo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
124         Me.DateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
125         Me.DateTo.Location = New System.Drawing.Point(
166, 42)
126         Me.DateTo.Name =
"DateTo"
127         Me.DateTo.Size = New System.Drawing.Size(
117, 20)
128         Me.DateTo.TabIndex =
12
129         
'
130         
'DateFrom
131         
'
132         Me.DateFrom.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133         Me.DateFrom.CustomFormat =
"dd/MMM/yyyy"
134         Me.DateFrom.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
135         Me.DateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
136         Me.DateFrom.Location = New System.Drawing.Point(
30, 42)
137         Me.DateFrom.Name =
"DateFrom"
138         Me.DateFrom.Size = New System.Drawing.Size(
124, 20)
139         Me.DateFrom.TabIndex =
11
140         
'
141         
'label7
142         
'
143         Me.label7.AutoSize = True
144         Me.label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
145         Me.label7.Location = New System.Drawing.Point(
27, 21)
146         Me.label7.Name =
"label7"
147         Me.label7.Size = New System.Drawing.Size(
30, 13)
148         Me.label7.TabIndex =
9
149         Me.label7.Text =
"From"
150         
'
151         
'label9
152         
'
153         Me.label9.AutoSize = True
154         Me.label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.label9.Location = New System.Drawing.Point(
163, 21)
156         Me.label9.Name =
"label9"
157         Me.label9.Size = New System.Drawing.Size(
20, 13)
158         Me.label9.TabIndex =
10
159         Me.label9.Text =
"To"
160         
'
161         
'groupBox5
162         
'
163         Me.groupBox5.Controls.Add(Me.txtStaffName)
164         Me.groupBox5.Location = New System.Drawing.Point(
9, 75)
165         Me.groupBox5.Name =
"groupBox5"
166         Me.groupBox5.Size = New System.Drawing.Size(
218, 77)
167         Me.groupBox5.TabIndex =
43
168         Me.groupBox5.TabStop = False
169         Me.groupBox5.Text =
"Staff Name"
170         
'
171         
'txtStaffName
172         
'
173         Me.txtStaffName.Location = New System.Drawing.Point(
17, 31)
174         Me.txtStaffName.Name =
"txtStaffName"
175         Me.txtStaffName.Size = New System.Drawing.Size(
184, 20)
176         Me.txtStaffName.TabIndex =
0
177         
'
178         
'Panel5
179         
'
180         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
181         Me.Panel5.Controls.Add(Me.btnExportExcel)
182         Me.Panel5.Controls.Add(Me.btnClose)
183         Me.Panel5.Controls.Add(Me.btnReset)
184         Me.Panel5.Location = New System.Drawing.Point(
625, 81)
185         Me.Panel5.Name =
"Panel5"
186         Me.Panel5.Size = New System.Drawing.Size(
285, 70)
187         Me.Panel5.TabIndex =
42
188         
'
189         
'btnExportExcel
190         
'
191         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
192         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
193         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
194         Me.btnExportExcel.Location = New System.Drawing.Point(
189, 23)
195         Me.btnExportExcel.Name =
"btnExportExcel"
196         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
197         Me.btnExportExcel.TabIndex =
5
198         Me.btnExportExcel.Text =
"Export Excel"
199         Me.btnExportExcel.UseVisualStyleBackColor = True
200         
'
201         
'btnClose
202         
'
203         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
204         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
205         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
206         Me.btnClose.Location = New System.Drawing.Point(
101, 23)
207         Me.btnClose.Name =
"btnClose"
208         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
209         Me.btnClose.TabIndex =
4
210         Me.btnClose.Text =
"Close"
211         Me.btnClose.UseVisualStyleBackColor = True
212         
'
213         
'btnReset
214         
'
215         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
216         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
217         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
218         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
219         Me.btnReset.Name =
"btnReset"
220         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
221         Me.btnReset.TabIndex =
0
222         Me.btnReset.Text =
"Reset"
223         Me.btnReset.UseVisualStyleBackColor = True
224         
'
225         
'dgw
226         
'
227         Me.dgw.AllowUserToAddRows = False
228         Me.dgw.AllowUserToDeleteRows = False
229         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
230         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
231         Me.dgw.BackgroundColor = System.Drawing.Color.White
232         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
233         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
234         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
235         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
236         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
237         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
238         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
239         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
240         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
241         Me.dgw.ColumnHeadersHeight =
24
242         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
243         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
244         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
245         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
246         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
247         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
248         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
249         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
250         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
251         Me.dgw.EnableHeadersVisualStyles = False
252         Me.dgw.GridColor = System.Drawing.Color.White
253         Me.dgw.Location = New System.Drawing.Point(
9, 158)
254         Me.dgw.MultiSelect = False
255         Me.dgw.Name =
"dgw"
256         Me.dgw.ReadOnly = True
257         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
258         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
259         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
260         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
261         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
262         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
263         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
264         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
265         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
266         Me.dgw.RowHeadersWidth =
25
267         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
268         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
269         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
270         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
271         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
272         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
273         Me.dgw.RowTemplate.Height =
18
274         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
275         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
276         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
277         Me.dgw.Size = New System.Drawing.Size(
634, 392)
278         Me.dgw.TabIndex =
40
279         
'
280         
'Panel2
281         
'
282         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
283         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
284         Me.Panel2.Controls.Add(Me.lblSet)
285         Me.Panel2.Controls.Add(Me.Label1)
286         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
287         Me.Panel2.Name =
"Panel2"
288         Me.Panel2.Size = New System.Drawing.Size(
901, 62)
289         Me.Panel2.TabIndex =
0
290         
'
291         
'Label1
292         
'
293         Me.Label1.AutoSize = True
294         Me.Label1.BackColor = System.Drawing.Color.Transparent
295         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
296         Me.Label1.ForeColor = System.Drawing.Color.White
297         Me.Label1.Location = New System.Drawing.Point(
344, 17)
298         Me.Label1.Name =
"Label1"
299         Me.Label1.Size = New System.Drawing.Size(
210, 24)
300         Me.Label1.TabIndex =
0
301         Me.Label1.Text =
"List Of Advance Entry"
302         
'
303         
'lblSet
304         
'
305         Me.lblSet.AutoSize = True
306         Me.lblSet.Location = New System.Drawing.Point(
223, 28)
307         Me.lblSet.Name =
"lblSet"
308         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
309         Me.lblSet.TabIndex =
46
310         Me.lblSet.Text =
"Set"
311         Me.lblSet.Visible = False
312         
'
313         
'frmAdvanceEntryRecord
314         
'
315         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
316         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
317         Me.BackColor = System.Drawing.Color.DarkSlateGray
318         Me.ClientSize = New System.Drawing.Size(
949, 586)
319         Me.Controls.Add(Me.Panel1)
320         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
321         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
322         Me.MaximizeBox = False
323         Me.MinimizeBox = False
324         Me.Name =
"frmAdvanceEntryRecord"
325         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
326         Me.Panel1.ResumeLayout(False)
327         Me.Total.ResumeLayout(False)
328         Me.Total.PerformLayout()
329         Me.groupBox3.ResumeLayout(False)
330         Me.groupBox3.PerformLayout()
331         Me.groupBox5.ResumeLayout(False)
332         Me.groupBox5.PerformLayout()
333         Me.Panel5.ResumeLayout(False)
334         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
335         Me.Panel2.ResumeLayout(False)
336         Me.Panel2.PerformLayout()
337         Me.ResumeLayout(False)
338
339     End Sub
340     Friend WithEvents Panel1 As System.Windows.Forms.Panel
341     Friend WithEvents dgw As System.Windows.Forms.DataGridView
342     Friend WithEvents Panel2 As System.Windows.Forms.Panel
343     Friend WithEvents Label1 As System.Windows.Forms.Label
344     Friend WithEvents Panel5 As System.Windows.Forms.Panel
345     Friend WithEvents btnClose As System.Windows.Forms.Button
346     Friend WithEvents btnReset As System.Windows.Forms.Button
347     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
348     Friend WithEvents groupBox5 As System.Windows.Forms.GroupBox
349     Friend WithEvents groupBox3 As System.Windows.Forms.GroupBox
350     Friend WithEvents DateTo As System.Windows.Forms.DateTimePicker
351     Friend WithEvents DateFrom As System.Windows.Forms.DateTimePicker
352     Friend WithEvents label7 As System.Windows.Forms.Label
353     Friend WithEvents label9 As System.Windows.Forms.Label
354     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
355     Friend WithEvents Total As System.Windows.Forms.GroupBox
356     Friend WithEvents TotalAdvance As System.Windows.Forms.TextBox
357     Friend WithEvents Button1 As System.Windows.Forms.Button
358     Friend WithEvents lblSet As System.Windows.Forms.Label
359
360 End Class


Gõ tìm kiếm nhanh...